home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / osr5 / sco / scripts / kshfuncs / index < prev    next >
Encoding:
Text File  |  1997-08-26  |  554 b   |  12 lines

  1. scripts/kshfuncs/
  2. ksh functions.  Intended to be sourced at login time or at time of first
  3. invokation by using the FPATH ksh variable (see the ksh man page).
  4. They may work with pd-ksh, bash, or zsh as well (possibly with some porting).
  5.  
  6. Filename   Description
  7. bang       Retrieve words from command history; like csh ! but less convenient.
  8. dirs       Lists directory history maintained by ucd (see below).
  9. history    Replacement for ksh's built-in history (fc -l) command.
  10. ucd        Replacement for cd; does directory history and database lookup, etc.
  11.  
  12.